* lisp/emacs-lisp/vtable.el (vtable-update-object): Fix.
authorAdam Porter <adam@alphapapa.net>
Sat, 9 Mar 2024 04:28:52 +0000 (22:28 -0600)
committerEli Zaretskii <eliz@gnu.org>
Thu, 14 Mar 2024 08:48:29 +0000 (10:48 +0200)
commit013114664ef4923872ffad26a97f4d314c9a84bf
tree772901930b0360366663cef3b6b8ec8e61dcca6c
parent7971537d3cdab62f7ce1924cbb2effde73b59b1e
* lisp/emacs-lisp/vtable.el (vtable-update-object): Fix.

The order of the arguments to 'seq-position' was wrong, and it did not
compare the correct values.  (Bug#69664)
lisp/emacs-lisp/vtable.el